home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / lightwave / lwmlist / 94.lightwave-09 / 000437_owner-lightwave-l _Thu Sep 15 09:41:39 1994.msg < prev    next >
Internet Message Format  |  1994-10-01  |  3KB

  1. Return-Path: <owner-lightwave-l>
  2. Received: by mail2.netcom.com (8.6.9/Netcom)     id IAA17971; Thu, 15 Sep 1994 08:42:20 -0700
  3. Received: from westford.ccur.com by mail2.netcom.com (8.6.9/Netcom)     id IAA16949; Thu, 15 Sep 1994 08:35:34 -0700
  4. Received: from hubbub by masscomp.westford.ccur.com via TCP/IP with SMTP           id aa16699; 15 Sep 94 11:26 EDT
  5. Received: from toaster by hubbub.westford.ccur.com           via TCP/IP with SMTP (local) id aa07350; 15 Sep 94 11:25 EDT
  6. To: lightwave-l@netcom.com
  7. cc: mark@westford.ccur.com
  8. Subject: Re: Antialiasing 
  9. In-reply-to: Your message of Wed, 14 Sep 94 21:25:59 -0700.              <Pine.3.89.9409142124.A15995-0100000@gaspra.pd.com> 
  10. Date: Thu, 15 Sep 94 11:25:37 EDT
  11. From: Mark Thompson <mark@westford.ccur.com>
  12. Message-ID:  <9409151125.aa07350@hubbub.westford.ccur.com>
  13. Sender: owner-lightwave-l@netcom.com
  14. Precedence: bulk
  15. Reply-To: lightwave-l@netcom.com
  16.  
  17. Ernie Wright <ernie@gaspra.pd.com> writes:
  18. > That's certainly more accurate, Mark, but for many folks I'm not sure
  19. > it's clearer.
  20.  
  21. Perhaps your right. It is easy to confuse spatial sampling with edge checking.
  22. Antialiasing is a very tricky subject.
  23.  
  24. > When adaptive is ON, edges are checked 5, 9 or 17 times.
  25. > The reason this doesn't always work is that edge detection is based on
  26. > the image pixels.
  27.  
  28. Exactly. Even though the edge detection makes multiple passes, the effort
  29. is kind of wasted because detecting new edges on subsequent passes is pretty
  30. unlikely when the only part of the image that is updated is the part that
  31. detected edges in the first place. So if a sub-pixel edge is not detected
  32. on the first pass and is not surrounded by other detected edges, it will not
  33. be detected on subsequent passes.
  34.  
  35. > Stuart's explanation is the clearest (and most difficult).
  36.  
  37. I have to agree. He even helped clear up my understanding of motion blur/DOF
  38. with adaptive enabled.
  39.  
  40. > But now I'm wondering whether the threshold test is based on the green
  41. > level, or on something more like luminence, which is what Stuart hinted at.
  42.  
  43. I am pretty certain that the threshold test is based on intensity differences
  44. for all three color channels (red, green, and blue) with the greatest edge
  45. sensitivity on green. I forget the exact ratios (I believe John Gross posted
  46. them once) but they are something like:
  47. green theshold = threshold value
  48. red theshold   = 2x threshold value
  49. blue theshold  = 3x threshold value
  50. %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
  51. %      `       '        Mark Thompson                 CONCURRENT COMPUTER  %
  52. % --==* RADIANT *==--   mark@westford.ccur.com        Principal Graphics   %
  53. %      ' Image `        ...!uunet!masscomp!mark       Hardware Architect   %
  54. %     Productions       (508)392-2480 (603)424-1829   & General Nuisance   %
  55. %                                                                          %
  56.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~